Html Css Color HEX #7C7762 Kokoda

📋 copy color: '#7C7762'

red 124 ◦ green 119 ◦ blue 98

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

Shades of Kokoda #7C7762

Tints of Kokoda #7C7762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 36.36%
G = 34.9%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C7762 (or 0x7C7762) is known color: Kokoda. HEX triplet: 7C, 77 and 62. RGB value is (124,119,98). Sum of RGB (Red+Green+Blue) = 124+119+98=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7762 is #83889D. Grayscale: #767676. Windows color (decimal): -8620190 or 6453116. OLE color: 6453116.

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

Color convert

RGB 124 119 98 -
CMYK 0 0.04 0.21 0.51
HSL 48.46º 0.12% 0.44% -
HSV(B) 48.46º 0.21% 0.49% -
XYZ 17.11 18.36 14.2 -
YUV 118.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 124 119 98 0 0.04 0.21 0.51 48.46 0.12 0.44
Hex 7C 77 62 0 4 15 33 30 C 2C
Octal 174 167 142 0 4 25 63 60 14 54
Binary 1111100 1110111 1100010 0 100 10101 110011 110000 1100 101100

Color Harmonies of #7C7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7762

Black with #7C7762

Text Example


Text Example

White with #7C7762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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