Html Css Color HEX #7F8758 Finch

📋 copy color: '#7F8758'

red 127 ◦ green 135 ◦ blue 88

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

Shades of Finch #7F8758

Tints of Finch #7F8758

RGB

 RED value IS 127 (50% from 255) = 36.29%

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

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

R = 36.29%
G = 38.57%
B = 25.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#7F8758 (or 0x7F8758) is known color: Finch. HEX triplet: 7F, 87 and 58. RGB value is (127,135,88). Sum of RGB (Red+Green+Blue) = 127+135+88=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8758 is #8078A7. Grayscale: #7F7F7F. Windows color (decimal): -8419496 or 5801855. OLE color: 5801855.

HSL color Cylindrical-coordinate representation of color #7F8758: hue angle of 70.21º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F8758 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 135 88 -
CMYK 0.06 0 0.35 0.47
HSL 70.21º 0.21% 0.44% -
HSV(B) 70.21º 0.35% 0.53% -
XYZ 19.18 22.54 12.57 -
YUV 127.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 127 135 88 0.06 0 0.35 0.47 70.21 0.21 0.44
Hex 7F 87 58 6 0 23 2F 46 15 2C
Octal 177 207 130 6 0 43 57 106 25 54
Binary 1111111 10000111 1011000 110 0 100011 101111 1000110 10101 101100

Color Harmonies of #7F8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8758

Black with #7F8758

Text Example


Text Example

White with #7F8758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8758; }

 p { color: rgb(127,135,88); }

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

background-color css

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

 a { background-color: rgb(127,135,88); }

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

border-color css

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

 span { border-color: rgb(127,135,88); }

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