Html Css Color HEX #7A755A Kokoda

📋 copy color: '#7A755A'

red 122 ◦ green 117 ◦ blue 90

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

Shades of Kokoda #7A755A

Tints of Kokoda #7A755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 37.08%
G = 35.56%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A755A (or 0x7A755A) is known color: Kokoda. HEX triplet: 7A, 75 and 5A. RGB value is (122,117,90). Sum of RGB (Red+Green+Blue) = 122+117+90=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A755A is #858AA5. Grayscale: #737373. Windows color (decimal): -8751782 or 5928314. OLE color: 5928314.

HSL color Cylindrical-coordinate representation of color #7A755A: hue angle of 50.62º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A755A is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 117 90 -
CMYK 0 0.04 0.26 0.52
HSL 50.63º 0.15% 0.42% -
HSV(B) 50.63º 0.26% 0.48% -
XYZ 16.23 17.6 12.21 -
YUV 115.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 122 117 90 0 0.04 0.26 0.52 50.63 0.15 0.42
Hex 7A 75 5A 0 4 1A 34 33 F 2A
Octal 172 165 132 0 4 32 64 63 17 52
Binary 1111010 1110101 1011010 0 100 11010 110100 110011 1111 101010

Color Harmonies of #7A755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A755A

Black with #7A755A

Text Example


Text Example

White with #7A755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,117,90); }

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

background-color css

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

 a { background-color: rgb(122,117,90); }

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

border-color css

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

 span { border-color: rgb(122,117,90); }

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