Html Css Color HEX #767B41 Finch

📋 copy color: '#767B41'

red 118 ◦ green 123 ◦ blue 65

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

Shades of Finch #767B41

Tints of Finch #767B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 38.56%
G = 40.2%
B = 21.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#767B41 (or 0x767B41) is known color: Finch. HEX triplet: 76, 7B and 41. RGB value is (118,123,65). Sum of RGB (Red+Green+Blue) = 118+123+65=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #767B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767B41 is #8984BE. Grayscale: #737373. Windows color (decimal): -9012415 or 4291446. OLE color: 4291446.

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

Color convert

RGB 118 123 65 -
CMYK 0.04 0 0.47 0.52
HSL 65.17º 0.31% 0.37% -
HSV(B) 65.17º 0.47% 0.48% -
XYZ 15.51 18.4 7.74 -
YUV 114.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 118 123 65 0.04 0 0.47 0.52 65.17 0.31 0.37
Hex 76 7B 41 4 0 2F 34 41 1F 25
Octal 166 173 101 4 0 57 64 101 37 45
Binary 1110110 1111011 1000001 100 0 101111 110100 1000001 11111 100101

Color Harmonies of #767B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B41

Black with #767B41

Text Example


Text Example

White with #767B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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