Html Css Color HEX #7B5028 Korma

📋 copy color: '#7B5028'

red 123 ◦ green 80 ◦ blue 40

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

Shades of Korma #7B5028

Tints of Korma #7B5028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 50.62%
G = 32.92%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#7B5028 (or 0x7B5028) is known color: Korma. HEX triplet: 7B, 50 and 28. RGB value is (123,80,40). Sum of RGB (Red+Green+Blue) = 123+80+40=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5028 is #84AFD7. Grayscale: #585858. Windows color (decimal): -8695768 or 2642043. OLE color: 2642043.

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

Color convert

RGB 123 80 40 -
CMYK 0 0.35 0.67 0.52
HSL 28.92º 0.51% 0.32% -
HSV(B) 28.92º 0.67% 0.48% -
XYZ 11.42 10.1 3.36 -
YUV 88.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 123 80 40 0 0.35 0.67 0.52 28.92 0.51 0.32
Hex 7B 50 28 0 23 43 34 1D 33 20
Octal 173 120 50 0 43 103 64 35 63 40
Binary 1111011 1010000 101000 0 100011 1000011 110100 11101 110011 100000

Color Harmonies of #7B5028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5028

Black with #7B5028

Text Example


Text Example

White with #7B5028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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