Html Css Color HEX #7C7B5F Kokoda

📋 copy color: '#7C7B5F'

red 124 ◦ green 123 ◦ blue 95

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

Shades of Kokoda #7C7B5F

Tints of Kokoda #7C7B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.96%

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

R = 36.26%
G = 35.96%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C7B5F (or 0x7C7B5F) is known color: Kokoda. HEX triplet: 7C, 7B and 5F. RGB value is (124,123,95). Sum of RGB (Red+Green+Blue) = 124+123+95=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B5F is #8384A0. Grayscale: #787878. Windows color (decimal): -8619169 or 6257532. OLE color: 6257532.

HSL color Cylindrical-coordinate representation of color #7C7B5F: hue angle of 57.93º 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 #7C7B5F is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 123 95 -
CMYK 0 0.01 0.23 0.51
HSL 57.93º 0.13% 0.43% -
HSV(B) 57.93º 0.23% 0.49% -
XYZ 17.46 19.28 13.63 -
YUV 120.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 124 123 95 0 0.01 0.23 0.51 57.93 0.13 0.43
Hex 7C 7B 5F 0 1 17 33 3A D 2B
Octal 174 173 137 0 1 27 63 72 15 53
Binary 1111100 1111011 1011111 0 1 10111 110011 111010 1101 101011

Color Harmonies of #7C7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7B5F

Black with #7C7B5F

Text Example


Text Example

White with #7C7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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