Html Css Color HEX #7D372D Crab Apple

📋 copy color: '#7D372D'

red 125 ◦ green 55 ◦ blue 45

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

Shades of Crab Apple #7D372D

Tints of Crab Apple #7D372D

RGB

 RED value IS 125 (49.22% from 255) = 55.56%

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

 BLUE value IS 45 (17.97% from 255) = 20%

R = 55.56%
G = 24.44%
B = 20%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D372D (or 0x7D372D) is known color: Crab Apple. HEX triplet: 7D, 37 and 2D. RGB value is (125,55,45). Sum of RGB (Red+Green+Blue) = 125+55+45=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D372D is #82C8D2. Grayscale: #4A4A4A. Windows color (decimal): -8571091 or 2963325. OLE color: 2963325.

HSL color Cylindrical-coordinate representation of color #7D372D: hue angle of 7.5º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D372D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 55 45 -
CMYK 0 0.56 0.64 0.51
HSL 7.5º 0.47% 0.33% -
HSV(B) 7.5º 0.64% 0.49% -
XYZ 10.3 7.28 3.35 -
YUV 74.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 125 55 45 0 0.56 0.64 0.51 7.5 0.47 0.33
Hex 7D 37 2D 0 38 40 33 8 2F 21
Octal 175 67 55 0 70 100 63 10 57 41
Binary 1111101 110111 101101 0 111000 1000000 110011 1000 101111 100001

Color Harmonies of #7D372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D372D

Black with #7D372D

Text Example


Text Example

White with #7D372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,45); }

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

background-color css

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

 a { background-color: rgb(125,55,45); }

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

border-color css

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

 span { border-color: rgb(125,55,45); }

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