Html Css Color HEX #7F403D Red Robin

📋 copy color: '#7F403D'

red 127 ◦ green 64 ◦ blue 61

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

Shades of Red Robin #7F403D

Tints of Red Robin #7F403D

RGB

 RED value IS 127 (50% from 255) = 50.4%

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 61 (24.22% from 255) = 24.21%

R = 50.4%
G = 25.4%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F403D (or 0x7F403D) is known color: Red Robin. HEX triplet: 7F, 40 and 3D. RGB value is (127,64,61). Sum of RGB (Red+Green+Blue) = 127+64+61=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F403D is #80BFC2. Grayscale: #525252. Windows color (decimal): -8437699 or 4014207. OLE color: 4014207.

HSL color Cylindrical-coordinate representation of color #7F403D: hue angle of 2.73º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F403D is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 64 61 -
CMYK 0 0.50 0.52 0.50
HSL 2.73º 0.35% 0.37% -
HSV(B) 2.73º 0.52% 0.5% -
XYZ 11.43 8.52 5.46 -
YUV 82.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 127 64 61 0 0.50 0.52 0.50 2.73 0.35 0.37
Hex 7F 40 3D 0 32 34 32 3 23 25
Octal 177 100 75 0 62 64 62 3 43 45
Binary 1111111 1000000 111101 0 110010 110100 110010 11 100011 100101

Color Harmonies of #7F403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F403D

Black with #7F403D

Text Example


Text Example

White with #7F403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,64,61); }

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

background-color css

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

 a { background-color: rgb(127,64,61); }

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

border-color css

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

 span { border-color: rgb(127,64,61); }

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