Html Css Color HEX #767B52 Finch

📋 copy color: '#767B52'

red 118 ◦ green 123 ◦ blue 82

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

Shades of Finch #767B52

Tints of Finch #767B52

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.08%

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

R = 36.53%
G = 38.08%
B = 25.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#767B52 (or 0x767B52) is known color: Finch. HEX triplet: 76, 7B and 52. RGB value is (118,123,82). Sum of RGB (Red+Green+Blue) = 118+123+82=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #767B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B52 is #8984AD. Grayscale: #747474. Windows color (decimal): -9012398 or 5405558. OLE color: 5405558.

HSL color Cylindrical-coordinate representation of color #767B52: hue angle of 67.32º 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 #767B52 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 123 82 -
CMYK 0.04 0 0.33 0.52
HSL 67.32º 0.2% 0.4% -
HSV(B) 67.32º 0.33% 0.48% -
XYZ 16.08 18.63 10.73 -
YUV 116.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 118 123 82 0.04 0 0.33 0.52 67.32 0.2 0.4
Hex 76 7B 52 4 0 21 34 43 14 28
Octal 166 173 122 4 0 41 64 103 24 50
Binary 1110110 1111011 1010010 100 0 100001 110100 1000011 10100 101000

Color Harmonies of #767B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B52

Black with #767B52

Text Example


Text Example

White with #767B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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