Html Css Color HEX #7B413C Red Robin

📋 copy color: '#7B413C'

red 123 ◦ green 65 ◦ blue 60

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

Shades of Red Robin #7B413C

Tints of Red Robin #7B413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 49.6%
G = 26.21%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7B413C (or 0x7B413C) is known color: Red Robin. HEX triplet: 7B, 41 and 3C. RGB value is (123,65,60). Sum of RGB (Red+Green+Blue) = 123+65+60=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B413C is #84BEC3. Grayscale: #515151. Windows color (decimal): -8699588 or 3948923. OLE color: 3948923.

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

Color convert

RGB 123 65 60 -
CMYK 0 0.47 0.51 0.52
HSL 4.76º 0.34% 0.36% -
HSV(B) 4.76º 0.51% 0.48% -
XYZ 10.87 8.32 5.31 -
YUV 81.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 123 65 60 0 0.47 0.51 0.52 4.76 0.34 0.36
Hex 7B 41 3C 0 2F 33 34 5 22 24
Octal 173 101 74 0 57 63 64 5 42 44
Binary 1111011 1000001 111100 0 101111 110011 110100 101 100010 100100

Color Harmonies of #7B413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B413C

Black with #7B413C

Text Example


Text Example

White with #7B413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,65,60); }

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

background-color css

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

 a { background-color: rgb(123,65,60); }

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

border-color css

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

 span { border-color: rgb(123,65,60); }

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