Html Css Color HEX #7A775F Kokoda

📋 copy color: '#7A775F'

red 122 ◦ green 119 ◦ blue 95

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

Shades of Kokoda #7A775F

Tints of Kokoda #7A775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 36.31%
G = 35.42%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A775F (or 0x7A775F) is known color: Kokoda. HEX triplet: 7A, 77 and 5F. RGB value is (122,119,95). Sum of RGB (Red+Green+Blue) = 122+119+95=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 122 - color contains mainly: red. Hex color #7A775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A775F is #8588A0. Grayscale: #757575. Windows color (decimal): -8751265 or 6256506. OLE color: 6256506.

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

Color convert

RGB 122 119 95 -
CMYK 0 0.02 0.22 0.52
HSL 53.33º 0.12% 0.43% -
HSV(B) 53.33º 0.22% 0.48% -
XYZ 16.69 18.16 13.45 -
YUV 117.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 122 119 95 0 0.02 0.22 0.52 53.33 0.12 0.43
Hex 7A 77 5F 0 2 16 34 35 C 2B
Octal 172 167 137 0 2 26 64 65 14 53
Binary 1111010 1110111 1011111 0 10 10110 110100 110101 1100 101011

Color Harmonies of #7A775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A775F

Black with #7A775F

Text Example


Text Example

White with #7A775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,119,95); }

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

background-color css

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

 a { background-color: rgb(122,119,95); }

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

border-color css

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

 span { border-color: rgb(122,119,95); }

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