Html Css Color HEX #7B7F58 Finch

📋 copy color: '#7B7F58'

red 123 ◦ green 127 ◦ blue 88

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

Shades of Finch #7B7F58

Tints of Finch #7B7F58

RGB

 RED value IS 123 (48.44% from 255) = 36.39%

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

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

R = 36.39%
G = 37.57%
B = 26.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7B7F58 (or 0x7B7F58) is known color: Finch. HEX triplet: 7B, 7F and 58. RGB value is (123,127,88). Sum of RGB (Red+Green+Blue) = 123+127+88=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7F58 is #8480A7. Grayscale: #797979. Windows color (decimal): -8683688 or 5799803. OLE color: 5799803.

HSL color Cylindrical-coordinate representation of color #7B7F58: hue angle of 66.15º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B7F58 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 127 88 -
CMYK 0.03 0 0.31 0.50
HSL 66.15º 0.18% 0.42% -
HSV(B) 66.15º 0.31% 0.5% -
XYZ 17.52 20.09 12.19 -
YUV 121.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 123 127 88 0.03 0 0.31 0.50 66.15 0.18 0.42
Hex 7B 7F 58 3 0 1F 32 42 12 2A
Octal 173 177 130 3 0 37 62 102 22 52
Binary 1111011 1111111 1011000 11 0 11111 110010 1000010 10010 101010

Color Harmonies of #7B7F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7F58

Black with #7B7F58

Text Example


Text Example

White with #7B7F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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