Html Css Color HEX #75764C Finch

📋 copy color: '#75764C'

red 117 ◦ green 118 ◦ blue 76

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

Shades of Finch #75764C

Tints of Finch #75764C

RGB

 RED value IS 117 (46.09% from 255) = 37.62%

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 37.62%
G = 37.94%
B = 24.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75764C (or 0x75764C) is known color: Finch. HEX triplet: 75, 76 and 4C. RGB value is (117,118,76). Sum of RGB (Red+Green+Blue) = 117+118+76=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #75764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75764C is #8A89B3. Grayscale: #717171. Windows color (decimal): -9079220 or 5011061. OLE color: 5011061.

HSL color Cylindrical-coordinate representation of color #75764C: hue angle of 61.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75764C is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 76 -
CMYK 0.01 0 0.36 0.54
HSL 61.43º 0.22% 0.38% -
HSV(B) 61.43º 0.36% 0.46% -
XYZ 15.12 17.26 9.37 -
YUV 112.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 117 118 76 0.01 0 0.36 0.54 61.43 0.22 0.38
Hex 75 76 4C 1 0 24 36 3D 16 26
Octal 165 166 114 1 0 44 66 75 26 46
Binary 1110101 1110110 1001100 1 0 100100 110110 111101 10110 100110

Color Harmonies of #75764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75764C

Black with #75764C

Text Example


Text Example

White with #75764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,118,76); }

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

background-color css

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

 a { background-color: rgb(117,118,76); }

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

border-color css

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

 span { border-color: rgb(117,118,76); }

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