Html Css Color HEX #768451 Finch

📋 copy color: '#768451'

red 118 ◦ green 132 ◦ blue 81

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

Shades of Finch #768451

Tints of Finch #768451

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 81 (32.03% from 255) = 24.47%

R = 35.65%
G = 39.88%
B = 24.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#768451 (or 0x768451) is known color: Finch. HEX triplet: 76, 84 and 51. RGB value is (118,132,81). Sum of RGB (Red+Green+Blue) = 118+132+81=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #768451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768451 is #897BAE. Grayscale: #7A7A7A. Windows color (decimal): -9010095 or 5342326. OLE color: 5342326.

HSL color Cylindrical-coordinate representation of color #768451: hue angle of 76.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768451 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 81 -
CMYK 0.11 0 0.39 0.48
HSL 76.47º 0.24% 0.42% -
HSV(B) 76.47º 0.39% 0.52% -
XYZ 17.21 20.95 10.92 -
YUV 122 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 118 132 81 0.11 0 0.39 0.48 76.47 0.24 0.42
Hex 76 84 51 B 0 27 30 4C 18 2A
Octal 166 204 121 13 0 47 60 114 30 52
Binary 1110110 10000100 1010001 1011 0 100111 110000 1001100 11000 101010

Color Harmonies of #768451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768451

Black with #768451

Text Example


Text Example

White with #768451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768451; }

 p { color: rgb(118,132,81); }

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

background-color css

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

 a { background-color: rgb(118,132,81); }

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

border-color css

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

 span { border-color: rgb(118,132,81); }

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