Html Css Color HEX #71764D Finch

📋 copy color: '#71764D'

red 113 ◦ green 118 ◦ blue 77

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

Shades of Finch #71764D

Tints of Finch #71764D

RGB

 RED value IS 113 (44.53% from 255) = 36.69%

 GREEN value IS 118 (46.48% from 255) = 38.31%

 BLUE value IS 77 (30.47% from 255) = 25%

R = 36.69%
G = 38.31%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#71764D (or 0x71764D) is known color: Finch. HEX triplet: 71, 76 and 4D. RGB value is (113,118,77). Sum of RGB (Red+Green+Blue) = 113+118+77=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #71764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71764D is #8E89B2. Grayscale: #6F6F6F. Windows color (decimal): -9341363 or 5076593. OLE color: 5076593.

HSL color Cylindrical-coordinate representation of color #71764D: hue angle of 67.32º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71764D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 77 -
CMYK 0.04 0 0.35 0.54
HSL 67.32º 0.21% 0.38% -
HSV(B) 67.32º 0.35% 0.46% -
XYZ 14.63 17 9.53 -
YUV 111.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 113 118 77 0.04 0 0.35 0.54 67.32 0.21 0.38
Hex 71 76 4D 4 0 23 36 43 15 26
Octal 161 166 115 4 0 43 66 103 25 46
Binary 1110001 1110110 1001101 100 0 100011 110110 1000011 10101 100110

Color Harmonies of #71764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71764D

Black with #71764D

Text Example


Text Example

White with #71764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71764D; }

 p { color: rgb(113,118,77); }

 H1.HeaderClassName
 {
   color: #71764D;
 }
 .AnyTagClassName
 {
   color: #71764D;
 }
</style>

background-color css

<style>
 a { background-color: #71764D; }

 a { background-color: rgb(113,118,77); }

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

border-color css

<style>
 span { border-color: #71764D; }

 span { border-color: rgb(113,118,77); }

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