Html Css Color HEX #768152 Finch

📋 copy color: '#768152'

red 118 ◦ green 129 ◦ blue 82

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

Shades of Finch #768152

Tints of Finch #768152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

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

R = 35.87%
G = 39.21%
B = 24.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#768152 (or 0x768152) is known color: Finch. HEX triplet: 76, 81 and 52. RGB value is (118,129,82). Sum of RGB (Red+Green+Blue) = 118+129+82=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #768152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768152 is #897EAD. Grayscale: #787878. Windows color (decimal): -9010862 or 5407094. OLE color: 5407094.

HSL color Cylindrical-coordinate representation of color #768152: hue angle of 74.04º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #768152 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 82 -
CMYK 0.09 0 0.36 0.49
HSL 74.04º 0.22% 0.41% -
HSV(B) 74.04º 0.36% 0.51% -
XYZ 16.84 20.16 10.99 -
YUV 120.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 118 129 82 0.09 0 0.36 0.49 74.04 0.22 0.41
Hex 76 81 52 9 0 24 31 4A 16 29
Octal 166 201 122 11 0 44 61 112 26 51
Binary 1110110 10000001 1010010 1001 0 100100 110001 1001010 10110 101001

Color Harmonies of #768152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768152

Black with #768152

Text Example


Text Example

White with #768152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768152; }

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

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

background-color css

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

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

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

border-color css

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

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

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