Html Css Color HEX #7B7C5B Finch

📋 copy color: '#7B7C5B'

red 123 ◦ green 124 ◦ blue 91

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

Shades of Finch #7B7C5B

Tints of Finch #7B7C5B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 36.39%
G = 36.69%
B = 26.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7B7C5B (or 0x7B7C5B) is known color: Finch. HEX triplet: 7B, 7C and 5B. RGB value is (123,124,91). Sum of RGB (Red+Green+Blue) = 123+124+91=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7C5B is #8483A4. Grayscale: #787878. Windows color (decimal): -8684453 or 5995643. OLE color: 5995643.

HSL color Cylindrical-coordinate representation of color #7B7C5B: hue angle of 61.82º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B7C5B is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 124 91 -
CMYK 0.01 0 0.27 0.51
HSL 61.82º 0.15% 0.42% -
HSV(B) 61.82º 0.27% 0.49% -
XYZ 17.26 19.38 12.73 -
YUV 119.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 123 124 91 0.01 0 0.27 0.51 61.82 0.15 0.42
Hex 7B 7C 5B 1 0 1B 33 3E F 2A
Octal 173 174 133 1 0 33 63 76 17 52
Binary 1111011 1111100 1011011 1 0 11011 110011 111110 1111 101010

Color Harmonies of #7B7C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7C5B

Black with #7B7C5B

Text Example


Text Example

White with #7B7C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,124,91); }

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

background-color css

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

 a { background-color: rgb(123,124,91); }

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

border-color css

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

 span { border-color: rgb(123,124,91); }

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