Html Css Color HEX #72755C Finch

📋 copy color: '#72755C'

red 114 ◦ green 117 ◦ blue 92

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

Shades of Finch #72755C

Tints of Finch #72755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 35.29%
G = 36.22%
B = 28.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#72755C (or 0x72755C) is known color: Finch. HEX triplet: 72, 75 and 5C. RGB value is (114,117,92). Sum of RGB (Red+Green+Blue) = 114+117+92=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #72755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72755C is #8D8AA3. Grayscale: #717171. Windows color (decimal): -9276068 or 6059378. OLE color: 6059378.

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

Color convert

RGB 114 117 92 -
CMYK 0.03 0 0.21 0.54
HSL 67.2º 0.12% 0.41% -
HSV(B) 67.2º 0.21% 0.46% -
XYZ 15.23 17.07 12.62 -
YUV 113.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 114 117 92 0.03 0 0.21 0.54 67.2 0.12 0.41
Hex 72 75 5C 3 0 15 36 43 C 29
Octal 162 165 134 3 0 25 66 103 14 51
Binary 1110010 1110101 1011100 11 0 10101 110110 1000011 1100 101001

Color Harmonies of #72755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72755C

Black with #72755C

Text Example


Text Example

White with #72755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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