Html Css Color HEX #7C7B50 Kokoda

📋 copy color: '#7C7B50'

red 124 ◦ green 123 ◦ blue 80

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

Shades of Kokoda #7C7B50

Tints of Kokoda #7C7B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 37.92%
G = 37.61%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C7B50 (or 0x7C7B50) is known color: Kokoda. HEX triplet: 7C, 7B and 50. RGB value is (124,123,80). Sum of RGB (Red+Green+Blue) = 124+123+80=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B50 is #8384AF. Grayscale: #767676. Windows color (decimal): -8619184 or 5274492. OLE color: 5274492.

HSL color Cylindrical-coordinate representation of color #7C7B50: hue angle of 58.64º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C7B50 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 123 80 -
CMYK 0 0.01 0.35 0.51
HSL 58.64º 0.22% 0.4% -
HSV(B) 58.64º 0.35% 0.49% -
XYZ 16.84 19.03 10.37 -
YUV 118.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 124 123 80 0 0.01 0.35 0.51 58.64 0.22 0.4
Hex 7C 7B 50 0 1 23 33 3B 16 28
Octal 174 173 120 0 1 43 63 73 26 50
Binary 1111100 1111011 1010000 0 1 100011 110011 111011 10110 101000

Color Harmonies of #7C7B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7B50

Black with #7C7B50

Text Example


Text Example

White with #7C7B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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