Html Css Color HEX #767A52 Finch

📋 copy color: '#767A52'

red 118 ◦ green 122 ◦ blue 82

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

Shades of Finch #767A52

Tints of Finch #767A52

RGB

 RED value IS 118 (46.48% from 255) = 36.65%

 GREEN value IS 122 (48.05% from 255) = 37.89%

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 36.65%
G = 37.89%
B = 25.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#767A52 (or 0x767A52) is known color: Finch. HEX triplet: 76, 7A and 52. RGB value is (118,122,82). Sum of RGB (Red+Green+Blue) = 118+122+82=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 122 - color contains mainly: green. Hex color #767A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A52 is #8985AD. Grayscale: #747474. Windows color (decimal): -9012654 or 5405302. OLE color: 5405302.

HSL color Cylindrical-coordinate representation of color #767A52: hue angle of 66º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #767A52 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 122 82 -
CMYK 0.03 0 0.33 0.52
HSL 66º 0.2% 0.4% -
HSV(B) 66º 0.33% 0.48% -
XYZ 15.95 18.38 10.69 -
YUV 116.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 118 122 82 0.03 0 0.33 0.52 66 0.2 0.4
Hex 76 7A 52 3 0 21 34 42 14 28
Octal 166 172 122 3 0 41 64 102 24 50
Binary 1110110 1111010 1010010 11 0 100001 110100 1000010 10100 101000

Color Harmonies of #767A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A52

Black with #767A52

Text Example


Text Example

White with #767A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767A52; }

 p { color: rgb(118,122,82); }

 H1.HeaderClassName
 {
   color: #767A52;
 }
 .AnyTagClassName
 {
   color: #767A52;
 }
</style>

background-color css

<style>
 a { background-color: #767A52; }

 a { background-color: rgb(118,122,82); }

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

border-color css

<style>
 span { border-color: #767A52; }

 span { border-color: rgb(118,122,82); }

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