Html Css Color HEX #75665C Pine Cone

📋 copy color: '#75665C'

red 117 ◦ green 102 ◦ blue 92

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

Shades of Pine Cone #75665C

Tints of Pine Cone #75665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 37.62%
G = 32.8%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75665C (or 0x75665C) is known color: Pine Cone. HEX triplet: 75, 66 and 5C. RGB value is (117,102,92). Sum of RGB (Red+Green+Blue) = 117+102+92=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665C is #8A99A3. Grayscale: #696969. Windows color (decimal): -9083300 or 6055541. OLE color: 6055541.

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

Color convert

RGB 117 102 92 -
CMYK 0 0.13 0.21 0.54
HSL 24º 0.12% 0.41% -
HSV(B) 24º 0.21% 0.46% -
XYZ 14.02 14.06 12.1 -
YUV 105.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 117 102 92 0 0.13 0.21 0.54 24 0.12 0.41
Hex 75 66 5C 0 D 15 36 18 C 29
Octal 165 146 134 0 15 25 66 30 14 51
Binary 1110101 1100110 1011100 0 1101 10101 110110 11000 1100 101001

Color Harmonies of #75665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75665C

Black with #75665C

Text Example


Text Example

White with #75665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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