Html Css Color HEX #7F4138 Red Robin

📋 copy color: '#7F4138'

red 127 ◦ green 65 ◦ blue 56

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

Shades of Red Robin #7F4138

Tints of Red Robin #7F4138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.58%

R = 51.21%
G = 26.21%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#7F4138 (or 0x7F4138) is known color: Red Robin. HEX triplet: 7F, 41 and 38. RGB value is (127,65,56). Sum of RGB (Red+Green+Blue) = 127+65+56=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4138 is #80BEC7. Grayscale: #525252. Windows color (decimal): -8437448 or 3686783. OLE color: 3686783.

HSL color Cylindrical-coordinate representation of color #7F4138: hue angle of 7.61º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4138 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 65 56 -
CMYK 0 0.49 0.56 0.50
HSL 7.61º 0.39% 0.36% -
HSV(B) 7.61º 0.56% 0.5% -
XYZ 11.36 8.58 4.8 -
YUV 82.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 127 65 56 0 0.49 0.56 0.50 7.61 0.39 0.36
Hex 7F 41 38 0 31 38 32 8 27 24
Octal 177 101 70 0 61 70 62 10 47 44
Binary 1111111 1000001 111000 0 110001 111000 110010 1000 100111 100100

Color Harmonies of #7F4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4138

Black with #7F4138

Text Example


Text Example

White with #7F4138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,56); }

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

background-color css

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

 a { background-color: rgb(127,65,56); }

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

border-color css

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

 span { border-color: rgb(127,65,56); }

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