Html Css Color HEX #72656B Scorpion

📋 copy color: '#72656B'

red 114 ◦ green 101 ◦ blue 107

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

Shades of Scorpion #72656B

Tints of Scorpion #72656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 35.4%
G = 31.37%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72656B (or 0x72656B) is known color: Scorpion. HEX triplet: 72, 65 and 6B. RGB value is (114,101,107). Sum of RGB (Red+Green+Blue) = 114+101+107=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72656B is #8D9A94. Grayscale: #696969. Windows color (decimal): -9280149 or 7038322. OLE color: 7038322.

HSL color Cylindrical-coordinate representation of color #72656B: hue angle of 332.31º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #72656B is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 101 107 -
CMYK 0 0.11 0.06 0.55
HSL 332.31º 0.06% 0.42% -
HSV(B) 332.31º 0.11% 0.45% -
XYZ 14.25 13.95 15.85 -
YUV 105.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 114 101 107 0 0.11 0.06 0.55 332.31 0.06 0.42
Hex 72 65 6B 0 B 6 37 14C 6 2A
Octal 162 145 153 0 13 6 67 514 6 52
Binary 1110010 1100101 1101011 0 1011 110 110111 101001100 110 101010

Color Harmonies of #72656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72656B

Black with #72656B

Text Example


Text Example

White with #72656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72656B; }

 p { color: rgb(114,101,107); }

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

background-color css

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

 a { background-color: rgb(114,101,107); }

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

border-color css

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

 span { border-color: rgb(114,101,107); }

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