Html Css Color HEX #787353 Kokoda

📋 copy color: '#787353'

red 120 ◦ green 115 ◦ blue 83

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

Shades of Kokoda #787353

Tints of Kokoda #787353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

 BLUE value IS 83 (32.81% from 255) = 26.1%

R = 37.74%
G = 36.16%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#787353 (or 0x787353) is known color: Kokoda. HEX triplet: 78, 73 and 53. RGB value is (120,115,83). Sum of RGB (Red+Green+Blue) = 120+115+83=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #787353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787353 is #878CAC. Grayscale: #707070. Windows color (decimal): -8883373 or 5469048. OLE color: 5469048.

HSL color Cylindrical-coordinate representation of color #787353: hue angle of 51.89º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787353 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 115 83 -
CMYK 0 0.04 0.31 0.53
HSL 51.89º 0.18% 0.4% -
HSV(B) 51.89º 0.31% 0.47% -
XYZ 15.44 16.88 10.63 -
YUV 112.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 120 115 83 0 0.04 0.31 0.53 51.89 0.18 0.4
Hex 78 73 53 0 4 1F 35 34 12 28
Octal 170 163 123 0 4 37 65 64 22 50
Binary 1111000 1110011 1010011 0 100 11111 110101 110100 10010 101000

Color Harmonies of #787353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787353

Black with #787353

Text Example


Text Example

White with #787353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787353; }

 p { color: rgb(120,115,83); }

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

background-color css

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

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

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

border-color css

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

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

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