Html Css Color HEX #72675A Pine Cone

📋 copy color: '#72675A'

red 114 ◦ green 103 ◦ blue 90

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

Shades of Pine Cone #72675A

Tints of Pine Cone #72675A

RGB

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

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

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

R = 37.13%
G = 33.55%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72675A (or 0x72675A) is known color: Pine Cone. HEX triplet: 72, 67 and 5A. RGB value is (114,103,90). Sum of RGB (Red+Green+Blue) = 114+103+90=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #72675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675A is #8D98A5. Grayscale: #686868. Windows color (decimal): -9279654 or 5924722. OLE color: 5924722.

HSL color Cylindrical-coordinate representation of color #72675A: hue angle of 32.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 #72675A is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 90 -
CMYK 0 0.10 0.21 0.55
HSL 32.5º 0.12% 0.4% -
HSV(B) 32.5º 0.21% 0.45% -
XYZ 13.64 14.02 11.66 -
YUV 104.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 114 103 90 0 0.10 0.21 0.55 32.5 0.12 0.4
Hex 72 67 5A 0 A 15 37 20 C 28
Octal 162 147 132 0 12 25 67 40 14 50
Binary 1110010 1100111 1011010 0 1010 10101 110111 100000 1100 101000

Color Harmonies of #72675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72675A

Black with #72675A

Text Example


Text Example

White with #72675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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