Html Css Color HEX #7B8045 Finch

📋 copy color: '#7B8045'

red 123 ◦ green 128 ◦ blue 69

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

Shades of Finch #7B8045

Tints of Finch #7B8045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 38.44%
G = 40%
B = 21.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#7B8045 (or 0x7B8045) is known color: Finch. HEX triplet: 7B, 80 and 45. RGB value is (123,128,69). Sum of RGB (Red+Green+Blue) = 123+128+69=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #7B8045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8045 is #847FBA. Grayscale: #787878. Windows color (decimal): -8683451 or 4554875. OLE color: 4554875.

HSL color Cylindrical-coordinate representation of color #7B8045: hue angle of 65.08º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B8045 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 128 69 -
CMYK 0.04 0 0.46 0.50
HSL 65.08º 0.3% 0.39% -
HSV(B) 65.08º 0.46% 0.5% -
XYZ 16.96 20.08 8.61 -
YUV 119.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 123 128 69 0.04 0 0.46 0.50 65.08 0.3 0.39
Hex 7B 80 45 4 0 2E 32 41 1E 27
Octal 173 200 105 4 0 56 62 101 36 47
Binary 1111011 10000000 1000101 100 0 101110 110010 1000001 11110 100111

Color Harmonies of #7B8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8045

Black with #7B8045

Text Example


Text Example

White with #7B8045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,128,69); }

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

background-color css

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

 a { background-color: rgb(123,128,69); }

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

border-color css

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

 span { border-color: rgb(123,128,69); }

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