Html Css Color HEX #726769 Scorpion

📋 copy color: '#726769'

red 114 ◦ green 103 ◦ blue 105

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

Shades of Scorpion #726769

Tints of Scorpion #726769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.99%

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

R = 35.4%
G = 31.99%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#726769 (or 0x726769) is known color: Scorpion. HEX triplet: 72, 67 and 69. RGB value is (114,103,105). Sum of RGB (Red+Green+Blue) = 114+103+105=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726769 is #8D9896. Grayscale: #6A6A6A. Windows color (decimal): -9279639 or 6907762. OLE color: 6907762.

HSL color Cylindrical-coordinate representation of color #726769: hue angle of 349.09º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #726769 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 105 -
CMYK 0 0.10 0.08 0.55
HSL 349.09º 0.05% 0.43% -
HSV(B) 349.09º 0.1% 0.45% -
XYZ 14.34 14.3 15.37 -
YUV 106.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 114 103 105 0 0.10 0.08 0.55 349.09 0.05 0.43
Hex 72 67 69 0 A 8 37 15D 5 2B
Octal 162 147 151 0 12 10 67 535 5 53
Binary 1110010 1100111 1101001 0 1010 1000 110111 101011101 101 101011

Color Harmonies of #726769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726769

Black with #726769

Text Example


Text Example

White with #726769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726769; }

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

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

background-color css

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

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

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

border-color css

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

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

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