Html Css Color HEX #75665A Pine Cone

📋 copy color: '#75665A'

red 117 ◦ green 102 ◦ blue 90

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

Shades of Pine Cone #75665A

Tints of Pine Cone #75665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 37.86%
G = 33.01%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75665A (or 0x75665A) is known color: Pine Cone. HEX triplet: 75, 66 and 5A. RGB value is (117,102,90). Sum of RGB (Red+Green+Blue) = 117+102+90=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665A is #8A99A5. Grayscale: #696969. Windows color (decimal): -9083302 or 5924469. OLE color: 5924469.

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

Color convert

RGB 117 102 90 -
CMYK 0 0.13 0.23 0.54
HSL 26.67º 0.13% 0.41% -
HSV(B) 26.67º 0.23% 0.46% -
XYZ 13.93 14.02 11.65 -
YUV 105.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 117 102 90 0 0.13 0.23 0.54 26.67 0.13 0.41
Hex 75 66 5A 0 D 17 36 1B D 29
Octal 165 146 132 0 15 27 66 33 15 51
Binary 1110101 1100110 1011010 0 1101 10111 110110 11011 1101 101001

Color Harmonies of #75665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75665A

Black with #75665A

Text Example


Text Example

White with #75665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75665A; }

 p { color: rgb(117,102,90); }

 H1.HeaderClassName
 {
   color: #75665A;
 }
 .AnyTagClassName
 {
   color: #75665A;
 }
</style>

background-color css

<style>
 a { background-color: #75665A; }

 a { background-color: rgb(117,102,90); }

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

border-color css

<style>
 span { border-color: #75665A; }

 span { border-color: rgb(117,102,90); }

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