Html Css Color HEX #7B5334 Korma

📋 copy color: '#7B5334'

red 123 ◦ green 83 ◦ blue 52

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

Shades of Korma #7B5334

Tints of Korma #7B5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

 BLUE value IS 52 (20.7% from 255) = 20.16%

R = 47.67%
G = 32.17%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7B5334 (or 0x7B5334) is known color: Korma. HEX triplet: 7B, 53 and 34. RGB value is (123,83,52). Sum of RGB (Red+Green+Blue) = 123+83+52=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5334 is #84ACCB. Grayscale: #5B5B5B. Windows color (decimal): -8694988 or 3429243. OLE color: 3429243.

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

Color convert

RGB 123 83 52 -
CMYK 0 0.33 0.58 0.52
HSL 26.2º 0.41% 0.34% -
HSV(B) 26.2º 0.58% 0.48% -
XYZ 11.88 10.65 4.68 -
YUV 91.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 123 83 52 0 0.33 0.58 0.52 26.2 0.41 0.34
Hex 7B 53 34 0 21 3A 34 1A 29 22
Octal 173 123 64 0 41 72 64 32 51 42
Binary 1111011 1010011 110100 0 100001 111010 110100 11010 101001 100010

Color Harmonies of #7B5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5334

Black with #7B5334

Text Example


Text Example

White with #7B5334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,83,52); }

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

background-color css

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

 a { background-color: rgb(123,83,52); }

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

border-color css

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

 span { border-color: rgb(123,83,52); }

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