Html Css Color HEX #7A8455 Finch

📋 copy color: '#7A8455'

red 122 ◦ green 132 ◦ blue 85

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

Shades of Finch #7A8455

Tints of Finch #7A8455

RGB

 RED value IS 122 (48.05% from 255) = 35.99%

 GREEN value IS 132 (51.95% from 255) = 38.94%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 35.99%
G = 38.94%
B = 25.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#7A8455 (or 0x7A8455) is known color: Finch. HEX triplet: 7A, 84 and 55. RGB value is (122,132,85). Sum of RGB (Red+Green+Blue) = 122+132+85=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8455 is #857BAA. Grayscale: #7B7B7B. Windows color (decimal): -8747947 or 5604474. OLE color: 5604474.

HSL color Cylindrical-coordinate representation of color #7A8455: hue angle of 72.77º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A8455 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 132 85 -
CMYK 0.08 0 0.36 0.48
HSL 72.77º 0.22% 0.43% -
HSV(B) 72.77º 0.36% 0.52% -
XYZ 17.92 21.3 11.76 -
YUV 123.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 122 132 85 0.08 0 0.36 0.48 72.77 0.22 0.43
Hex 7A 84 55 8 0 24 30 49 16 2B
Octal 172 204 125 10 0 44 60 111 26 53
Binary 1111010 10000100 1010101 1000 0 100100 110000 1001001 10110 101011

Color Harmonies of #7A8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8455

Black with #7A8455

Text Example


Text Example

White with #7A8455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,132,85); }

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

background-color css

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

 a { background-color: rgb(122,132,85); }

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

border-color css

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

 span { border-color: rgb(122,132,85); }

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