Html Css Color HEX #7A7A63 Kokoda

📋 copy color: '#7A7A63'

red 122 ◦ green 122 ◦ blue 99

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

Shades of Kokoda #7A7A63

Tints of Kokoda #7A7A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

 BLUE value IS 99 (39.06% from 255) = 28.86%

R = 35.57%
G = 35.57%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A7A63 (or 0x7A7A63) is known color: Kokoda. HEX triplet: 7A, 7A and 63. RGB value is (122,122,99). Sum of RGB (Red+Green+Blue) = 122+122+99=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7A63 is #85859C. Grayscale: #777777. Windows color (decimal): -8750493 or 6519418. OLE color: 6519418.

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

Color convert

RGB 122 122 99 -
CMYK 0 0 0.19 0.52
HSL 60º 0.1% 0.43% -
HSV(B) 60º 0.19% 0.48% -
XYZ 17.24 18.96 14.56 -
YUV 119.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 122 122 99 0 0 0.19 0.52 60 0.1 0.43
Hex 7A 7A 63 0 0 13 34 3C A 2B
Octal 172 172 143 0 0 23 64 74 12 53
Binary 1111010 1111010 1100011 0 0 10011 110100 111100 1010 101011

Color Harmonies of #7A7A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7A63

Black with #7A7A63

Text Example


Text Example

White with #7A7A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,122,99); }

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

background-color css

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

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

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

border-color css

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

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

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