Html Css Color HEX #760609 Sangria

📋 copy color: '#760609'

red 118 ◦ green 6 ◦ blue 9

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

Shades of Sangria #760609

Tints of Sangria #760609

RGB

 RED value IS 118 (46.48% from 255) = 88.72%

 GREEN value IS 6 (2.73% from 255) = 4.51%

 BLUE value IS 9 (3.91% from 255) = 6.77%

R = 88.72%
G = 4.51%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#760609 (or 0x760609) is known color: Sangria. HEX triplet: 76, 06 and 09. RGB value is (118,6,9). Sum of RGB (Red+Green+Blue) = 118+6+9=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760609 is #89F9F6. Grayscale: #272727. Windows color (decimal): -9042423 or 591478. OLE color: 591478.

HSL color Cylindrical-coordinate representation of color #760609: hue angle of 358.39º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760609 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 9 -
CMYK 0 0.95 0.92 0.54
HSL 358.39º 0.9% 0.24% -
HSV(B) 358.39º 0.95% 0.46% -
XYZ 7.59 4 0.63 -
YUV 39.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 118 6 9 0 0.95 0.92 0.54 358.39 0.9 0.24
Hex 76 6 9 0 5F 5C 36 166 5A 18
Octal 166 6 11 0 137 134 66 546 132 30
Binary 1110110 110 1001 0 1011111 1011100 110110 101100110 1011010 11000

Color Harmonies of #760609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760609

Black with #760609

Text Example


Text Example

White with #760609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760609; }

 p { color: rgb(118,6,9); }

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

background-color css

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

 a { background-color: rgb(118,6,9); }

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

border-color css

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

 span { border-color: rgb(118,6,9); }

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