Html Css Color HEX #767852 Finch

📋 copy color: '#767852'

red 118 ◦ green 120 ◦ blue 82

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

Shades of Finch #767852

Tints of Finch #767852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

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

R = 36.88%
G = 37.5%
B = 25.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#767852 (or 0x767852) is known color: Finch. HEX triplet: 76, 78 and 52. RGB value is (118,120,82). Sum of RGB (Red+Green+Blue) = 118+120+82=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #767852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767852 is #8987AD. Grayscale: #737373. Windows color (decimal): -9013166 or 5404790. OLE color: 5404790.

HSL color Cylindrical-coordinate representation of color #767852: hue angle of 63.16º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767852 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 82 -
CMYK 0.02 0 0.32 0.53
HSL 63.16º 0.19% 0.4% -
HSV(B) 63.16º 0.32% 0.47% -
XYZ 15.71 17.89 10.61 -
YUV 115.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 118 120 82 0.02 0 0.32 0.53 63.16 0.19 0.4
Hex 76 78 52 2 0 20 35 3F 13 28
Octal 166 170 122 2 0 40 65 77 23 50
Binary 1110110 1111000 1010010 10 0 100000 110101 111111 10011 101000

Color Harmonies of #767852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767852

Black with #767852

Text Example


Text Example

White with #767852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767852; }

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

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

background-color css

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

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

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

border-color css

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

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

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