Html Css Color HEX #725F68 Scorpion

📋 copy color: '#725F68'

red 114 ◦ green 95 ◦ blue 104

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

Shades of Scorpion #725F68

Tints of Scorpion #725F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 36.42%
G = 30.35%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#725F68 (or 0x725F68) is known color: Scorpion. HEX triplet: 72, 5F and 68. RGB value is (114,95,104). Sum of RGB (Red+Green+Blue) = 114+95+104=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #725F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F68 is #8DA097. Grayscale: #656565. Windows color (decimal): -9281688 or 6840178. OLE color: 6840178.

HSL color Cylindrical-coordinate representation of color #725F68: hue angle of 331.58º 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 #725F68 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 95 104 -
CMYK 0 0.17 0.09 0.55
HSL 331.58º 0.09% 0.41% -
HSV(B) 331.58º 0.17% 0.45% -
XYZ 13.53 12.76 14.85 -
YUV 101.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 114 95 104 0 0.17 0.09 0.55 331.58 0.09 0.41
Hex 72 5F 68 0 11 9 37 14C 9 29
Octal 162 137 150 0 21 11 67 514 11 51
Binary 1110010 1011111 1101000 0 10001 1001 110111 101001100 1001 101001

Color Harmonies of #725F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F68

Black with #725F68

Text Example


Text Example

White with #725F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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