Html Css Color HEX #778152 Finch

📋 copy color: '#778152'

red 119 ◦ green 129 ◦ blue 82

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

Shades of Finch #778152

Tints of Finch #778152

RGB

 RED value IS 119 (46.88% from 255) = 36.06%

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

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

R = 36.06%
G = 39.09%
B = 24.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#778152 (or 0x778152) is known color: Finch. HEX triplet: 77, 81 and 52. RGB value is (119,129,82). Sum of RGB (Red+Green+Blue) = 119+129+82=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #778152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778152 is #887EAD. Grayscale: #787878. Windows color (decimal): -8945326 or 5407095. OLE color: 5407095.

HSL color Cylindrical-coordinate representation of color #778152: hue angle of 72.77º 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 #778152 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 129 82 -
CMYK 0.08 0 0.36 0.49
HSL 72.77º 0.22% 0.41% -
HSV(B) 72.77º 0.36% 0.51% -
XYZ 16.98 20.23 10.99 -
YUV 120.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 119 129 82 0.08 0 0.36 0.49 72.77 0.22 0.41
Hex 77 81 52 8 0 24 31 49 16 29
Octal 167 201 122 10 0 44 61 111 26 51
Binary 1110111 10000001 1010010 1000 0 100100 110001 1001001 10110 101001

Color Harmonies of #778152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778152

Black with #778152

Text Example


Text Example

White with #778152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778152; }

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

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

background-color css

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

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

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

border-color css

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

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

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