Html Css Color HEX #75675C Pine Cone

📋 copy color: '#75675C'

red 117 ◦ green 103 ◦ blue 92

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

Shades of Pine Cone #75675C

Tints of Pine Cone #75675C

RGB

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

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

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

R = 37.5%
G = 33.01%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75675C (or 0x75675C) is known color: Pine Cone. HEX triplet: 75, 67 and 5C. RGB value is (117,103,92). Sum of RGB (Red+Green+Blue) = 117+103+92=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75675C is #8A98A3. Grayscale: #696969. Windows color (decimal): -9083044 or 6055797. OLE color: 6055797.

HSL color Cylindrical-coordinate representation of color #75675C: hue angle of 26.4º 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 #75675C is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 92 -
CMYK 0 0.12 0.21 0.54
HSL 26.4º 0.12% 0.41% -
HSV(B) 26.4º 0.21% 0.46% -
XYZ 14.12 14.26 12.13 -
YUV 105.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 117 103 92 0 0.12 0.21 0.54 26.4 0.12 0.41
Hex 75 67 5C 0 C 15 36 1A C 29
Octal 165 147 134 0 14 25 66 32 14 51
Binary 1110101 1100111 1011100 0 1100 10101 110110 11010 1100 101001

Color Harmonies of #75675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75675C

Black with #75675C

Text Example


Text Example

White with #75675C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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