Html Css Color HEX #787865 Kokoda

📋 copy color: '#787865'

red 120 ◦ green 120 ◦ blue 101

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

Shades of Kokoda #787865

Tints of Kokoda #787865

RGB

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

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

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

R = 35.19%
G = 35.19%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#787865 (or 0x787865) is known color: Kokoda. HEX triplet: 78, 78 and 65. RGB value is (120,120,101). Sum of RGB (Red+Green+Blue) = 120+120+101=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787865 is #87879A. Grayscale: #757575. Windows color (decimal): -8882075 or 6649976. OLE color: 6649976.

HSL color Cylindrical-coordinate representation of color #787865: hue angle of 60º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787865 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 120 101 -
CMYK 0 0 0.16 0.53
HSL 60º 0.09% 0.43% -
HSV(B) 60º 0.16% 0.47% -
XYZ 16.81 18.37 14.97 -
YUV 117.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 120 120 101 0 0 0.16 0.53 60 0.09 0.43
Hex 78 78 65 0 0 10 35 3C 9 2B
Octal 170 170 145 0 0 20 65 74 11 53
Binary 1111000 1111000 1100101 0 0 10000 110101 111100 1001 101011

Color Harmonies of #787865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787865

Black with #787865

Text Example


Text Example

White with #787865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787865; }

 p { color: rgb(120,120,101); }

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

background-color css

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

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

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

border-color css

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

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

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