Html Css Color HEX #767B58 Finch

📋 copy color: '#767B58'

red 118 ◦ green 123 ◦ blue 88

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

Shades of Finch #767B58

Tints of Finch #767B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 35.87%
G = 37.39%
B = 26.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#767B58 (or 0x767B58) is known color: Finch. HEX triplet: 76, 7B and 58. RGB value is (118,123,88). Sum of RGB (Red+Green+Blue) = 118+123+88=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #767B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B58 is #8984A7. Grayscale: #757575. Windows color (decimal): -9012392 or 5798774. OLE color: 5798774.

HSL color Cylindrical-coordinate representation of color #767B58: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767B58 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 123 88 -
CMYK 0.04 0 0.28 0.52
HSL 68.57º 0.17% 0.41% -
HSV(B) 68.57º 0.28% 0.48% -
XYZ 16.32 18.72 11.99 -
YUV 117.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 118 123 88 0.04 0 0.28 0.52 68.57 0.17 0.41
Hex 76 7B 58 4 0 1C 34 45 11 29
Octal 166 173 130 4 0 34 64 105 21 51
Binary 1110110 1111011 1011000 100 0 11100 110100 1000101 10001 101001

Color Harmonies of #767B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B58

Black with #767B58

Text Example


Text Example

White with #767B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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