Html Css Color HEX #768452 Finch

📋 copy color: '#768452'

red 118 ◦ green 132 ◦ blue 82

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

Shades of Finch #768452

Tints of Finch #768452

RGB

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

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

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

R = 35.54%
G = 39.76%
B = 24.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#768452 (or 0x768452) is known color: Finch. HEX triplet: 76, 84 and 52. RGB value is (118,132,82). Sum of RGB (Red+Green+Blue) = 118+132+82=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #768452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768452 is #897BAD. Grayscale: #7A7A7A. Windows color (decimal): -9010094 or 5407862. OLE color: 5407862.

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

Color convert

RGB 118 132 82 -
CMYK 0.11 0 0.38 0.48
HSL 76.8º 0.23% 0.42% -
HSV(B) 76.8º 0.38% 0.52% -
XYZ 17.25 20.96 11.12 -
YUV 122.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 118 132 82 0.11 0 0.38 0.48 76.8 0.23 0.42
Hex 76 84 52 B 0 26 30 4D 17 2A
Octal 166 204 122 13 0 46 60 115 27 52
Binary 1110110 10000100 1010010 1011 0 100110 110000 1001101 10111 101010

Color Harmonies of #768452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768452

Black with #768452

Text Example


Text Example

White with #768452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768452; }

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

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

background-color css

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

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

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

border-color css

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

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

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