Html Css Color HEX #65726A Sirocco

📋 copy color: '#65726A'

red 101 ◦ green 114 ◦ blue 106

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

Shades of Sirocco #65726A

Tints of Sirocco #65726A

RGB

 RED value IS 101 (39.84% from 255) = 31.46%

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 31.46%
G = 35.51%
B = 33.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#65726A (or 0x65726A) is known color: Sirocco. HEX triplet: 65, 72 and 6A. RGB value is (101,114,106). Sum of RGB (Red+Green+Blue) = 101+114+106=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #65726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65726A is #9A8D95. Grayscale: #6D6D6D. Windows color (decimal): -10128790 or 6976101. OLE color: 6976101.

HSL color Cylindrical-coordinate representation of color #65726A: hue angle of 143.08º 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 #65726A is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 114 106 -
CMYK 0.11 0 0.07 0.55
HSL 143.08º 0.06% 0.42% -
HSV(B) 143.08º 0.11% 0.45% -
XYZ 13.99 15.84 15.96 -
YUV 109.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 101 114 106 0.11 0 0.07 0.55 143.08 0.06 0.42
Hex 65 72 6A B 0 7 37 8F 6 2A
Octal 145 162 152 13 0 7 67 217 6 52
Binary 1100101 1110010 1101010 1011 0 111 110111 10001111 110 101010

Color Harmonies of #65726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65726A

Black with #65726A

Text Example


Text Example

White with #65726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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