Html Css Color HEX #797767 Kokoda

📋 copy color: '#797767'

red 121 ◦ green 119 ◦ blue 103

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

Shades of Kokoda #797767

Tints of Kokoda #797767

RGB

 RED value IS 121 (47.66% from 255) = 35.28%

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

 BLUE value IS 103 (40.63% from 255) = 30.03%

R = 35.28%
G = 34.69%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#797767 (or 0x797767) is known color: Kokoda. HEX triplet: 79, 77 and 67. RGB value is (121,119,103). Sum of RGB (Red+Green+Blue) = 121+119+103=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #797767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797767 is #868898. Grayscale: #757575. Windows color (decimal): -8816793 or 6780793. OLE color: 6780793.

HSL color Cylindrical-coordinate representation of color #797767: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #797767 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 119 103 -
CMYK 0 0.02 0.15 0.53
HSL 53.33º 0.08% 0.44% -
HSV(B) 53.33º 0.15% 0.47% -
XYZ 16.93 18.24 15.46 -
YUV 117.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 121 119 103 0 0.02 0.15 0.53 53.33 0.08 0.44
Hex 79 77 67 0 2 F 35 35 8 2C
Octal 171 167 147 0 2 17 65 65 10 54
Binary 1111001 1110111 1100111 0 10 1111 110101 110101 1000 101100

Color Harmonies of #797767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797767

Black with #797767

Text Example


Text Example

White with #797767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797767; }

 p { color: rgb(121,119,103); }

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

background-color css

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

 a { background-color: rgb(121,119,103); }

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

border-color css

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

 span { border-color: rgb(121,119,103); }

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