Html Css Color HEX #7A7863 Kokoda

📋 copy color: '#7A7863'

red 122 ◦ green 120 ◦ blue 99

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

Shades of Kokoda #7A7863

Tints of Kokoda #7A7863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 35.78%
G = 35.19%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A7863 (or 0x7A7863) is known color: Kokoda. HEX triplet: 7A, 78 and 63. RGB value is (122,120,99). Sum of RGB (Red+Green+Blue) = 122+120+99=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7863 is #85879C. Grayscale: #767676. Windows color (decimal): -8751005 or 6518906. OLE color: 6518906.

HSL color Cylindrical-coordinate representation of color #7A7863: hue angle of 54.78º 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 #7A7863 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 120 99 -
CMYK 0 0.02 0.19 0.52
HSL 54.78º 0.1% 0.43% -
HSV(B) 54.78º 0.19% 0.48% -
XYZ 16.99 18.47 14.47 -
YUV 118.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 122 120 99 0 0.02 0.19 0.52 54.78 0.1 0.43
Hex 7A 78 63 0 2 13 34 37 A 2B
Octal 172 170 143 0 2 23 64 67 12 53
Binary 1111010 1111000 1100011 0 10 10011 110100 110111 1010 101011

Color Harmonies of #7A7863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7863

Black with #7A7863

Text Example


Text Example

White with #7A7863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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