Html Css Color HEX #72675F Pine Cone

📋 copy color: '#72675F'

red 114 ◦ green 103 ◦ blue 95

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

Shades of Pine Cone #72675F

Tints of Pine Cone #72675F

RGB

 RED value IS 114 (44.92% from 255) = 36.54%

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

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 36.54%
G = 33.01%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72675F (or 0x72675F) is known color: Pine Cone. HEX triplet: 72, 67 and 5F. RGB value is (114,103,95). Sum of RGB (Red+Green+Blue) = 114+103+95=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #72675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675F is #8D98A0. Grayscale: #696969. Windows color (decimal): -9279649 or 6252402. OLE color: 6252402.

HSL color Cylindrical-coordinate representation of color #72675F: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72675F is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 95 -
CMYK 0 0.10 0.17 0.55
HSL 25.26º 0.09% 0.41% -
HSV(B) 25.26º 0.17% 0.45% -
XYZ 13.86 14.1 12.82 -
YUV 105.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 114 103 95 0 0.10 0.17 0.55 25.26 0.09 0.41
Hex 72 67 5F 0 A 11 37 19 9 29
Octal 162 147 137 0 12 21 67 31 11 51
Binary 1110010 1100111 1011111 0 1010 10001 110111 11001 1001 101001

Color Harmonies of #72675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72675F

Black with #72675F

Text Example


Text Example

White with #72675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72675F; }

 p { color: rgb(114,103,95); }

 H1.HeaderClassName
 {
   color: #72675F;
 }
 .AnyTagClassName
 {
   color: #72675F;
 }
</style>

background-color css

<style>
 a { background-color: #72675F; }

 a { background-color: rgb(114,103,95); }

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

border-color css

<style>
 span { border-color: #72675F; }

 span { border-color: rgb(114,103,95); }

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