Html Css Color HEX #762F1F Pueblo

📋 copy color: '#762F1F'

red 118 ◦ green 47 ◦ blue 31

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

Shades of Pueblo #762F1F

Tints of Pueblo #762F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.98%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 60.2%
G = 23.98%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#762F1F (or 0x762F1F) is known color: Pueblo. HEX triplet: 76, 2F and 1F. RGB value is (118,47,31). Sum of RGB (Red+Green+Blue) = 118+47+31=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F1F is #89D0E0. Grayscale: #424242. Windows color (decimal): -9031905 or 2043766. OLE color: 2043766.

HSL color Cylindrical-coordinate representation of color #762F1F: hue angle of 11.03º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762F1F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 31 -
CMYK 0 0.60 0.74 0.54
HSL 11.03º 0.58% 0.29% -
HSV(B) 11.03º 0.74% 0.46% -
XYZ 8.74 5.98 1.99 -
YUV 66.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 118 47 31 0 0.60 0.74 0.54 11.03 0.58 0.29
Hex 76 2F 1F 0 3C 4A 36 B 3A 1D
Octal 166 57 37 0 74 112 66 13 72 35
Binary 1110110 101111 11111 0 111100 1001010 110110 1011 111010 11101

Color Harmonies of #762F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F1F

Black with #762F1F

Text Example


Text Example

White with #762F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762F1F; }

 p { color: rgb(118,47,31); }

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

background-color css

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

 a { background-color: rgb(118,47,31); }

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

border-color css

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

 span { border-color: rgb(118,47,31); }

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