Html Css Color HEX #7B502C Korma

📋 copy color: '#7B502C'

red 123 ◦ green 80 ◦ blue 44

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

Shades of Korma #7B502C

Tints of Korma #7B502C

RGB

 RED value IS 123 (48.44% from 255) = 49.8%

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 49.8%
G = 32.39%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B502C (or 0x7B502C) is known color: Korma. HEX triplet: 7B, 50 and 2C. RGB value is (123,80,44). Sum of RGB (Red+Green+Blue) = 123+80+44=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B502C is #84AFD3. Grayscale: #585858. Windows color (decimal): -8695764 or 2904187. OLE color: 2904187.

HSL color Cylindrical-coordinate representation of color #7B502C: hue angle of 27.34º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B502C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 80 44 -
CMYK 0 0.35 0.64 0.52
HSL 27.34º 0.47% 0.33% -
HSV(B) 27.34º 0.64% 0.48% -
XYZ 11.49 10.13 3.73 -
YUV 88.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 123 80 44 0 0.35 0.64 0.52 27.34 0.47 0.33
Hex 7B 50 2C 0 23 40 34 1B 2F 21
Octal 173 120 54 0 43 100 64 33 57 41
Binary 1111011 1010000 101100 0 100011 1000000 110100 11011 101111 100001

Color Harmonies of #7B502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B502C

Black with #7B502C

Text Example


Text Example

White with #7B502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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