Html Css Color HEX #778752 Finch

📋 copy color: '#778752'

red 119 ◦ green 135 ◦ blue 82

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

Shades of Finch #778752

Tints of Finch #778752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.18%

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

R = 35.42%
G = 40.18%
B = 24.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#778752 (or 0x778752) is known color: Finch. HEX triplet: 77, 87 and 52. RGB value is (119,135,82). Sum of RGB (Red+Green+Blue) = 119+135+82=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #778752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778752 is #8878AD. Grayscale: #7C7C7C. Windows color (decimal): -8943790 or 5408631. OLE color: 5408631.

HSL color Cylindrical-coordinate representation of color #778752: hue angle of 78.11º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778752 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 135 82 -
CMYK 0.12 0 0.39 0.47
HSL 78.11º 0.24% 0.43% -
HSV(B) 78.11º 0.39% 0.53% -
XYZ 17.79 21.86 11.26 -
YUV 124.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 119 135 82 0.12 0 0.39 0.47 78.11 0.24 0.43
Hex 77 87 52 C 0 27 2F 4E 18 2B
Octal 167 207 122 14 0 47 57 116 30 53
Binary 1110111 10000111 1010010 1100 0 100111 101111 1001110 11000 101011

Color Harmonies of #778752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778752

Black with #778752

Text Example


Text Example

White with #778752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778752; }

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

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

background-color css

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

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

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

border-color css

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

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

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