Html Css Color HEX #7B422E Cumin

📋 copy color: '#7B422E'

red 123 ◦ green 66 ◦ blue 46

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

Shades of Cumin #7B422E

Tints of Cumin #7B422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 52.34%
G = 28.09%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7B422E (or 0x7B422E) is known color: Cumin. HEX triplet: 7B, 42 and 2E. RGB value is (123,66,46). Sum of RGB (Red+Green+Blue) = 123+66+46=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B422E is #84BDD1. Grayscale: #505050. Windows color (decimal): -8699346 or 3031675. OLE color: 3031675.

HSL color Cylindrical-coordinate representation of color #7B422E: hue angle of 15.58º 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 #7B422E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 66 46 -
CMYK 0 0.46 0.63 0.52
HSL 15.58º 0.46% 0.33% -
HSV(B) 15.58º 0.63% 0.48% -
XYZ 10.61 8.3 3.63 -
YUV 80.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 123 66 46 0 0.46 0.63 0.52 15.58 0.46 0.33
Hex 7B 42 2E 0 2E 3F 34 10 2E 21
Octal 173 102 56 0 56 77 64 20 56 41
Binary 1111011 1000010 101110 0 101110 111111 110100 10000 101110 100001

Color Harmonies of #7B422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B422E

Black with #7B422E

Text Example


Text Example

White with #7B422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,66,46); }

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

background-color css

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

 a { background-color: rgb(123,66,46); }

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

border-color css

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

 span { border-color: rgb(123,66,46); }

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