Html Css Color HEX #75675A Pine Cone

📋 copy color: '#75675A'

red 117 ◦ green 103 ◦ blue 90

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

Shades of Pine Cone #75675A

Tints of Pine Cone #75675A

RGB

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

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

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

R = 37.74%
G = 33.23%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75675A (or 0x75675A) is known color: Pine Cone. HEX triplet: 75, 67 and 5A. RGB value is (117,103,90). Sum of RGB (Red+Green+Blue) = 117+103+90=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75675A is #8A98A5. Grayscale: #696969. Windows color (decimal): -9083046 or 5924725. OLE color: 5924725.

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

Color convert

RGB 117 103 90 -
CMYK 0 0.12 0.23 0.54
HSL 28.89º 0.13% 0.41% -
HSV(B) 28.89º 0.23% 0.46% -
XYZ 14.03 14.22 11.68 -
YUV 105.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 117 103 90 0 0.12 0.23 0.54 28.89 0.13 0.41
Hex 75 67 5A 0 C 17 36 1D D 29
Octal 165 147 132 0 14 27 66 35 15 51
Binary 1110101 1100111 1011010 0 1100 10111 110110 11101 1101 101001

Color Harmonies of #75675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75675A

Black with #75675A

Text Example


Text Example

White with #75675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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