Html Css Color HEX #7F8152 Finch

📋 copy color: '#7F8152'

red 127 ◦ green 129 ◦ blue 82

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

Shades of Finch #7F8152

Tints of Finch #7F8152

RGB

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

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

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

R = 37.57%
G = 38.17%
B = 24.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#7F8152 (or 0x7F8152) is known color: Finch. HEX triplet: 7F, 81 and 52. RGB value is (127,129,82). Sum of RGB (Red+Green+Blue) = 127+129+82=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #7F8152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8152 is #807EAD. Grayscale: #7B7B7B. Windows color (decimal): -8421038 or 5407103. OLE color: 5407103.

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

Color convert

RGB 127 129 82 -
CMYK 0.02 0 0.36 0.49
HSL 62.55º 0.22% 0.41% -
HSV(B) 62.55º 0.36% 0.51% -
XYZ 18.13 20.82 11.05 -
YUV 123.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 127 129 82 0.02 0 0.36 0.49 62.55 0.22 0.41
Hex 7F 81 52 2 0 24 31 3F 16 29
Octal 177 201 122 2 0 44 61 77 26 51
Binary 1111111 10000001 1010010 10 0 100100 110001 111111 10110 101001

Color Harmonies of #7F8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8152

Black with #7F8152

Text Example


Text Example

White with #7F8152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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