Html Css Color HEX #7C765B Kokoda

📋 copy color: '#7C765B'

red 124 ◦ green 118 ◦ blue 91

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

Shades of Kokoda #7C765B

Tints of Kokoda #7C765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 37.24%
G = 35.44%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C765B (or 0x7C765B) is known color: Kokoda. HEX triplet: 7C, 76 and 5B. RGB value is (124,118,91). Sum of RGB (Red+Green+Blue) = 124+118+91=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C765B is #8389A4. Grayscale: #747474. Windows color (decimal): -8620453 or 5994108. OLE color: 5994108.

HSL color Cylindrical-coordinate representation of color #7C765B: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C765B is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 118 91 -
CMYK 0 0.05 0.27 0.51
HSL 49.09º 0.15% 0.42% -
HSV(B) 49.09º 0.27% 0.49% -
XYZ 16.68 18 12.49 -
YUV 116.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 124 118 91 0 0.05 0.27 0.51 49.09 0.15 0.42
Hex 7C 76 5B 0 5 1B 33 31 F 2A
Octal 174 166 133 0 5 33 63 61 17 52
Binary 1111100 1110110 1011011 0 101 11011 110011 110001 1111 101010

Color Harmonies of #7C765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C765B

Black with #7C765B

Text Example


Text Example

White with #7C765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,118,91); }

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

background-color css

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

 a { background-color: rgb(124,118,91); }

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

border-color css

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

 span { border-color: rgb(124,118,91); }

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