Html Css Color HEX #7F3730 Crab Apple

📋 copy color: '#7F3730'

red 127 ◦ green 55 ◦ blue 48

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

Shades of Crab Apple #7F3730

Tints of Crab Apple #7F3730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 55.22%
G = 23.91%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F3730 (or 0x7F3730) is known color: Crab Apple. HEX triplet: 7F, 37 and 30. RGB value is (127,55,48). Sum of RGB (Red+Green+Blue) = 127+55+48=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3730 is #80C8CF. Grayscale: #4B4B4B. Windows color (decimal): -8440016 or 3159935. OLE color: 3159935.

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

Color convert

RGB 127 55 48 -
CMYK 0 0.57 0.62 0.50
HSL 5.32º 0.45% 0.34% -
HSV(B) 5.32º 0.62% 0.5% -
XYZ 10.65 7.46 3.67 -
YUV 75.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 127 55 48 0 0.57 0.62 0.50 5.32 0.45 0.34
Hex 7F 37 30 0 39 3E 32 5 2D 22
Octal 177 67 60 0 71 76 62 5 55 42
Binary 1111111 110111 110000 0 111001 111110 110010 101 101101 100010

Color Harmonies of #7F3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3730

Black with #7F3730

Text Example


Text Example

White with #7F3730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,55,48); }

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

background-color css

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

 a { background-color: rgb(127,55,48); }

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

border-color css

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

 span { border-color: rgb(127,55,48); }

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