Html Css Color HEX #768258 Finch

📋 copy color: '#768258'

red 118 ◦ green 130 ◦ blue 88

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

Shades of Finch #768258

Tints of Finch #768258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 35.12%
G = 38.69%
B = 26.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#768258 (or 0x768258) is known color: Finch. HEX triplet: 76, 82 and 58. RGB value is (118,130,88). Sum of RGB (Red+Green+Blue) = 118+130+88=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #768258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768258 is #897DA7. Grayscale: #797979. Windows color (decimal): -9010600 or 5800566. OLE color: 5800566.

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

Color convert

RGB 118 130 88 -
CMYK 0.09 0 0.32 0.49
HSL 77.14º 0.19% 0.43% -
HSV(B) 77.14º 0.32% 0.51% -
XYZ 17.22 20.52 12.29 -
YUV 121.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 118 130 88 0.09 0 0.32 0.49 77.14 0.19 0.43
Hex 76 82 58 9 0 20 31 4D 13 2B
Octal 166 202 130 11 0 40 61 115 23 53
Binary 1110110 10000010 1011000 1001 0 100000 110001 1001101 10011 101011

Color Harmonies of #768258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768258

Black with #768258

Text Example


Text Example

White with #768258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768258; }

 p { color: rgb(118,130,88); }

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

background-color css

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

 a { background-color: rgb(118,130,88); }

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

border-color css

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

 span { border-color: rgb(118,130,88); }

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