Html Css Color HEX #75675B Pine Cone

📋 copy color: '#75675B'

red 117 ◦ green 103 ◦ blue 91

#75675B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #75675B

Tints of Pine Cone #75675B

RGB

 RED value IS 117 (46.09% from 255) = 37.62%

 GREEN value IS 103 (40.63% from 255) = 33.12%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 37.62%
G = 33.12%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75675B (or 0x75675B) is known color: Pine Cone. HEX triplet: 75, 67 and 5B. RGB value is (117,103,91). Sum of RGB (Red+Green+Blue) = 117+103+91=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75675B is #8A98A4. Grayscale: #696969. Windows color (decimal): -9083045 or 5990261. OLE color: 5990261.

HSL color Cylindrical-coordinate representation of color #75675B: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75675B is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 91 -
CMYK 0 0.12 0.22 0.54
HSL 27.69º 0.13% 0.41% -
HSV(B) 27.69º 0.22% 0.46% -
XYZ 14.07 14.24 11.9 -
YUV 105.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 117 103 91 0 0.12 0.22 0.54 27.69 0.13 0.41
Hex 75 67 5B 0 C 16 36 1C C 29
Octal 165 147 133 0 14 26 66 34 14 51
Binary 1110101 1100111 1011011 0 1100 10110 110110 11100 1100 101001

Color Harmonies of #75675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75675B

Black with #75675B

Text Example


Text Example

White with #75675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75675B; }

 p { color: rgb(117,103,91); }

 H1.HeaderClassName
 {
   color: #75675B;
 }
 .AnyTagClassName
 {
   color: #75675B;
 }
</style>

background-color css

<style>
 a { background-color: #75675B; }

 a { background-color: rgb(117,103,91); }

 div.DivClassName
 {
   background-color: #75675B;
 }
 .BgClassName
 {
   background-color: #75675B;
 }
</style>

border-color css

<style>
 span { border-color: #75675B; }

 span { border-color: rgb(117,103,91); }

 td.TdClassName
 {
   border-color: #75675B;
 }
 .TagClassName
 {
   border-color: #75675B;
 }
</style>