Html Css Color HEX #7C775F Kokoda

📋 copy color: '#7C775F'

red 124 ◦ green 119 ◦ blue 95

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

Shades of Kokoda #7C775F

Tints of Kokoda #7C775F

RGB

 RED value IS 124 (48.83% from 255) = 36.69%

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

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 36.69%
G = 35.21%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C775F (or 0x7C775F) is known color: Kokoda. HEX triplet: 7C, 77 and 5F. RGB value is (124,119,95). Sum of RGB (Red+Green+Blue) = 124+119+95=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C775F is #8388A0. Grayscale: #757575. Windows color (decimal): -8620193 or 6256508. OLE color: 6256508.

HSL color Cylindrical-coordinate representation of color #7C775F: hue angle of 49.66º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C775F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 95 -
CMYK 0 0.04 0.23 0.51
HSL 49.66º 0.13% 0.43% -
HSV(B) 49.66º 0.23% 0.49% -
XYZ 16.97 18.3 13.47 -
YUV 117.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 124 119 95 0 0.04 0.23 0.51 49.66 0.13 0.43
Hex 7C 77 5F 0 4 17 33 32 D 2B
Octal 174 167 137 0 4 27 63 62 15 53
Binary 1111100 1110111 1011111 0 100 10111 110011 110010 1101 101011

Color Harmonies of #7C775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C775F

Black with #7C775F

Text Example


Text Example

White with #7C775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,119,95); }

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

background-color css

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

 a { background-color: rgb(124,119,95); }

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

border-color css

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

 span { border-color: rgb(124,119,95); }

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