Html Css Color HEX #7F362A Crab Apple

📋 copy color: '#7F362A'

red 127 ◦ green 54 ◦ blue 42

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

Shades of Crab Apple #7F362A

Tints of Crab Apple #7F362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 56.95%
G = 24.22%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F362A (or 0x7F362A) is known color: Crab Apple. HEX triplet: 7F, 36 and 2A. RGB value is (127,54,42). Sum of RGB (Red+Green+Blue) = 127+54+42=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F362A is #80C9D5. Grayscale: #4A4A4A. Windows color (decimal): -8440278 or 2766463. OLE color: 2766463.

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

Color convert

RGB 127 54 42 -
CMYK 0 0.57 0.67 0.50
HSL 8.47º 0.5% 0.33% -
HSV(B) 8.47º 0.67% 0.5% -
XYZ 10.49 7.32 3.05 -
YUV 74.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 127 54 42 0 0.57 0.67 0.50 8.47 0.5 0.33
Hex 7F 36 2A 0 39 43 32 8 32 21
Octal 177 66 52 0 71 103 62 10 62 41
Binary 1111111 110110 101010 0 111001 1000011 110010 1000 110010 100001

Color Harmonies of #7F362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F362A

Black with #7F362A

Text Example


Text Example

White with #7F362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,54,42); }

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

background-color css

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

 a { background-color: rgb(127,54,42); }

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

border-color css

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

 span { border-color: rgb(127,54,42); }

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