Html Css Color HEX #7B5025 Korma

📋 copy color: '#7B5025'

red 123 ◦ green 80 ◦ blue 37

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

Shades of Korma #7B5025

Tints of Korma #7B5025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 51.25%
G = 33.33%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7B5025 (or 0x7B5025) is known color: Korma. HEX triplet: 7B, 50 and 25. RGB value is (123,80,37). Sum of RGB (Red+Green+Blue) = 123+80+37=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5025 is #84AFDA. Grayscale: #585858. Windows color (decimal): -8695771 or 2445435. OLE color: 2445435.

HSL color Cylindrical-coordinate representation of color #7B5025: hue angle of 30º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B5025 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 80 37 -
CMYK 0 0.35 0.70 0.52
HSL 30º 0.54% 0.31% -
HSV(B) 30º 0.7% 0.48% -
XYZ 11.37 10.08 3.1 -
YUV 87.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 123 80 37 0 0.35 0.70 0.52 30 0.54 0.31
Hex 7B 50 25 0 23 46 34 1E 36 1F
Octal 173 120 45 0 43 106 64 36 66 37
Binary 1111011 1010000 100101 0 100011 1000110 110100 11110 110110 11111

Color Harmonies of #7B5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5025

Black with #7B5025

Text Example


Text Example

White with #7B5025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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