Html Css Color HEX #7F784F Kokoda

📋 copy color: '#7F784F'

red 127 ◦ green 120 ◦ blue 79

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

Shades of Kokoda #7F784F

Tints of Kokoda #7F784F

RGB

 RED value IS 127 (50% from 255) = 38.96%

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

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 38.96%
G = 36.81%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F784F (or 0x7F784F) is known color: Kokoda. HEX triplet: 7F, 78 and 4F. RGB value is (127,120,79). Sum of RGB (Red+Green+Blue) = 127+120+79=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F784F is #8087B0. Grayscale: #757575. Windows color (decimal): -8423345 or 5208191. OLE color: 5208191.

HSL color Cylindrical-coordinate representation of color #7F784F: hue angle of 51.25º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F784F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 120 79 -
CMYK 0 0.06 0.38 0.50
HSL 51.25º 0.23% 0.4% -
HSV(B) 51.25º 0.38% 0.5% -
XYZ 16.88 18.51 10.08 -
YUV 117.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 127 120 79 0 0.06 0.38 0.50 51.25 0.23 0.4
Hex 7F 78 4F 0 6 26 32 33 17 28
Octal 177 170 117 0 6 46 62 63 27 50
Binary 1111111 1111000 1001111 0 110 100110 110010 110011 10111 101000

Color Harmonies of #7F784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F784F

Black with #7F784F

Text Example


Text Example

White with #7F784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,120,79); }

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

background-color css

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

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

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

border-color css

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

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

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