Html Css Color HEX #727B75 Sirocco

📋 copy color: '#727B75'

red 114 ◦ green 123 ◦ blue 117

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

Shades of Sirocco #727B75

Tints of Sirocco #727B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.75%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 32.2%
G = 34.75%
B = 33.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#727B75 (or 0x727B75) is known color: Sirocco. HEX triplet: 72, 7B and 75. RGB value is (114,123,117). Sum of RGB (Red+Green+Blue) = 114+123+117=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 123 - color contains mainly: green. Hex color #727B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B75 is #8D848A. Grayscale: #777777. Windows color (decimal): -9274507 or 7699314. OLE color: 7699314.

HSL color Cylindrical-coordinate representation of color #727B75: hue angle of 140º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727B75 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 117 -
CMYK 0.07 0 0.05 0.52
HSL 140º 0.04% 0.46% -
HSV(B) 140º 0.07% 0.48% -
XYZ 17.23 19.03 19.59 -
YUV 119.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 114 123 117 0.07 0 0.05 0.52 140 0.04 0.46
Hex 72 7B 75 7 0 5 34 8C 4 2E
Octal 162 173 165 7 0 5 64 214 4 56
Binary 1110010 1111011 1110101 111 0 101 110100 10001100 100 101110

Color Harmonies of #727B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B75

Black with #727B75

Text Example


Text Example

White with #727B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727B75; }

 p { color: rgb(114,123,117); }

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

background-color css

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

 a { background-color: rgb(114,123,117); }

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

border-color css

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

 span { border-color: rgb(114,123,117); }

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