Html Css Color HEX #762634 Claret

📋 copy color: '#762634'

red 118 ◦ green 38 ◦ blue 52

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

Shades of Claret #762634

Tints of Claret #762634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.27%

 BLUE value IS 52 (20.7% from 255) = 25%

R = 56.73%
G = 18.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#762634 (or 0x762634) is known color: Claret. HEX triplet: 76, 26 and 34. RGB value is (118,38,52). Sum of RGB (Red+Green+Blue) = 118+38+52=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762634 is #89D9CB. Grayscale: #3F3F3F. Windows color (decimal): -9034188 or 3417718. OLE color: 3417718.

HSL color Cylindrical-coordinate representation of color #762634: hue angle of 349.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762634 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 52 -
CMYK 0 0.68 0.56 0.54
HSL 349.5º 0.51% 0.31% -
HSV(B) 349.5º 0.68% 0.46% -
XYZ 8.78 5.49 3.84 -
YUV 63.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 118 38 52 0 0.68 0.56 0.54 349.5 0.51 0.31
Hex 76 26 34 0 44 38 36 15E 33 1F
Octal 166 46 64 0 104 70 66 536 63 37
Binary 1110110 100110 110100 0 1000100 111000 110110 101011110 110011 11111

Color Harmonies of #762634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762634

Black with #762634

Text Example


Text Example

White with #762634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762634; }

 p { color: rgb(118,38,52); }

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

background-color css

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

 a { background-color: rgb(118,38,52); }

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

border-color css

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

 span { border-color: rgb(118,38,52); }

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