Html Css Color HEX #7B442D Cumin

📋 copy color: '#7B442D'

red 123 ◦ green 68 ◦ blue 45

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

Shades of Cumin #7B442D

Tints of Cumin #7B442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 52.12%
G = 28.81%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7B442D (or 0x7B442D) is known color: Cumin. HEX triplet: 7B, 44 and 2D. RGB value is (123,68,45). Sum of RGB (Red+Green+Blue) = 123+68+45=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B442D is #84BBD2. Grayscale: #515151. Windows color (decimal): -8698835 or 2966651. OLE color: 2966651.

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

Color convert

RGB 123 68 45 -
CMYK 0 0.45 0.63 0.52
HSL 17.69º 0.46% 0.33% -
HSV(B) 17.69º 0.63% 0.48% -
XYZ 10.71 8.53 3.57 -
YUV 81.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 123 68 45 0 0.45 0.63 0.52 17.69 0.46 0.33
Hex 7B 44 2D 0 2D 3F 34 12 2E 21
Octal 173 104 55 0 55 77 64 22 56 41
Binary 1111011 1000100 101101 0 101101 111111 110100 10010 101110 100001

Color Harmonies of #7B442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B442D

Black with #7B442D

Text Example


Text Example

White with #7B442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,68,45); }

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

background-color css

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

 a { background-color: rgb(123,68,45); }

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

border-color css

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

 span { border-color: rgb(123,68,45); }

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