Html Css Color HEX #72655A Pine Cone

📋 copy color: '#72655A'

red 114 ◦ green 101 ◦ blue 90

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

Shades of Pine Cone #72655A

Tints of Pine Cone #72655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 37.38%
G = 33.11%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72655A (or 0x72655A) is known color: Pine Cone. HEX triplet: 72, 65 and 5A. RGB value is (114,101,90). Sum of RGB (Red+Green+Blue) = 114+101+90=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72655A is #8D9AA5. Grayscale: #676767. Windows color (decimal): -9280166 or 5924210. OLE color: 5924210.

HSL color Cylindrical-coordinate representation of color #72655A: hue angle of 27.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72655A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 101 90 -
CMYK 0 0.11 0.21 0.55
HSL 27.5º 0.12% 0.4% -
HSV(B) 27.5º 0.21% 0.45% -
XYZ 13.44 13.62 11.59 -
YUV 103.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 114 101 90 0 0.11 0.21 0.55 27.5 0.12 0.4
Hex 72 65 5A 0 B 15 37 1C C 28
Octal 162 145 132 0 13 25 67 34 14 50
Binary 1110010 1100101 1011010 0 1011 10101 110111 11100 1100 101000

Color Harmonies of #72655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72655A

Black with #72655A

Text Example


Text Example

White with #72655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,101,90); }

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

background-color css

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

 a { background-color: rgb(114,101,90); }

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

border-color css

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

 span { border-color: rgb(114,101,90); }

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