Html Css Color HEX #725F67 Scorpion

📋 copy color: '#725F67'

red 114 ◦ green 95 ◦ blue 103

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

Shades of Scorpion #725F67

Tints of Scorpion #725F67

RGB

 RED value IS 114 (44.92% from 255) = 36.54%

 GREEN value IS 95 (37.5% from 255) = 30.45%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 36.54%
G = 30.45%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#725F67 (or 0x725F67) is known color: Scorpion. HEX triplet: 72, 5F and 67. RGB value is (114,95,103). Sum of RGB (Red+Green+Blue) = 114+95+103=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #725F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F67 is #8DA098. Grayscale: #656565. Windows color (decimal): -9281689 or 6774642. OLE color: 6774642.

HSL color Cylindrical-coordinate representation of color #725F67: hue angle of 334.74º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #725F67 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 95 103 -
CMYK 0 0.17 0.10 0.55
HSL 334.74º 0.09% 0.41% -
HSV(B) 334.74º 0.17% 0.45% -
XYZ 13.48 12.74 14.58 -
YUV 101.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 114 95 103 0 0.17 0.10 0.55 334.74 0.09 0.41
Hex 72 5F 67 0 11 A 37 14F 9 29
Octal 162 137 147 0 21 12 67 517 11 51
Binary 1110010 1011111 1100111 0 10001 1010 110111 101001111 1001 101001

Color Harmonies of #725F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F67

Black with #725F67

Text Example


Text Example

White with #725F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725F67; }

 p { color: rgb(114,95,103); }

 H1.HeaderClassName
 {
   color: #725F67;
 }
 .AnyTagClassName
 {
   color: #725F67;
 }
</style>

background-color css

<style>
 a { background-color: #725F67; }

 a { background-color: rgb(114,95,103); }

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

border-color css

<style>
 span { border-color: #725F67; }

 span { border-color: rgb(114,95,103); }

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