Html Css Color HEX #725F69 Scorpion

📋 copy color: '#725F69'

red 114 ◦ green 95 ◦ blue 105

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

Shades of Scorpion #725F69

Tints of Scorpion #725F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 36.31%
G = 30.25%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#725F69 (or 0x725F69) is known color: Scorpion. HEX triplet: 72, 5F and 69. RGB value is (114,95,105). Sum of RGB (Red+Green+Blue) = 114+95+105=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #725F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F69 is #8DA096. Grayscale: #656565. Windows color (decimal): -9281687 or 6905714. OLE color: 6905714.

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

Color convert

RGB 114 95 105 -
CMYK 0 0.17 0.08 0.55
HSL 328.42º 0.09% 0.41% -
HSV(B) 328.42º 0.17% 0.45% -
XYZ 13.58 12.78 15.12 -
YUV 101.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 114 95 105 0 0.17 0.08 0.55 328.42 0.09 0.41
Hex 72 5F 69 0 11 8 37 148 9 29
Octal 162 137 151 0 21 10 67 510 11 51
Binary 1110010 1011111 1101001 0 10001 1000 110111 101001000 1001 101001

Color Harmonies of #725F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F69

Black with #725F69

Text Example


Text Example

White with #725F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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