Html Css Color HEX #7A7765 Kokoda

📋 copy color: '#7A7765'

red 122 ◦ green 119 ◦ blue 101

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

Shades of Kokoda #7A7765

Tints of Kokoda #7A7765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 35.67%
G = 34.8%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A7765 (or 0x7A7765) is known color: Kokoda. HEX triplet: 7A, 77 and 65. RGB value is (122,119,101). Sum of RGB (Red+Green+Blue) = 122+119+101=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7765 is #85889A. Grayscale: #757575. Windows color (decimal): -8751259 or 6649722. OLE color: 6649722.

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

Color convert

RGB 122 119 101 -
CMYK 0 0.02 0.17 0.52
HSL 51.43º 0.09% 0.44% -
HSV(B) 51.43º 0.17% 0.48% -
XYZ 16.97 18.27 14.94 -
YUV 117.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 122 119 101 0 0.02 0.17 0.52 51.43 0.09 0.44
Hex 7A 77 65 0 2 11 34 33 9 2C
Octal 172 167 145 0 2 21 64 63 11 54
Binary 1111010 1110111 1100101 0 10 10001 110100 110011 1001 101100

Color Harmonies of #7A7765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7765

Black with #7A7765

Text Example


Text Example

White with #7A7765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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